.fu_popover_content_Theme_blue {
    max-height: 300px;
    overflow-y: scroll;

    scrollbar-color: #a9a9a9 #6495ed;
    scrollbar-width: thin;
}

.btn {
    font-size: 14px;
    line-height: 1;
    word-wrap: break-word;
    font-weight: bold;
    min-height: 150px;
    max-height: 150px;
    min-width: 150px;
    max-width: 150px;
}
@media (max-width: 567px) {
    .btn {
        font-size: 7px;
        min-height: 67px;
        max-height: 67px;
        min-width: 67px;
        max-width: 67px;
    }
    h2 a {
        font-size: 24px;
    }
}

.btn-1 {
    background-color: #f27935;
}
.btn-1 .round {
    background-color: #f59965;
}

.btn-2 {
    background-color: #00afd1;
}
.btn-2 .round {
    background-color: #00c4eb;
}

.btn-3 {
    background-color: #5a5b5e;
}
.btn-3 .round {
    background-color: #737478;
}

a {
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /* padding: 12px 53px 12px 23px; */
    color: #000;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}

a:not([href]):not([class]) {
    color: yellow;
}

h2 a {
    /* -webkit-text-fill-color: transparent; */
    color: yellow;
    font-weight: 900;
    -webkit-text-stroke: 2px black;
    text-shadow: 2px 0px 1px black;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}


.dropdown-menu {
    float: none;
    left: -3px;
}
@media (max-width: 720px)
  {
  .dropdown-menu {
    float: none;
    left: 3px;
	}
  }
@media (max-width: 480px)
  {
  .dropdown-menu {
    float: none;
    left: 3px;
	}
  }
@media (max-width: 360px)
  {
  .dropdown-menu {
    float: none;
    left: 3px;
	}
  }
  
/* @media (max-width: 360px)
{
    .dropdown-menu{
    float: none;
    }
} */

#list a {
    padding: 0px 14px;
}

/* .bg2 {
    background-image: url("{{ asset('portal/img/demakbg2.jpg') }}");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

a span {
    position: relative;
    z-index: 3;
}
a .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}
a .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.txt {
    font-size: 12px;
    line-height: 1.45;
}

.type-1 a:hover {
    padding-left: 48px;
    padding-right: 28px;
    color: #fff;
}
.type-1 a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.type-1 a:hover .round i {
    left: 12%;
}

.type-2 a:hover .round {
    background: none;
}
.type-2 a:hover .round i {
    left: 70%;
}

.type-3 .round {
    background: transparent;
}
.type-3 a {
    position: relative;
    overflow: hidden;
}
.type-3 a.btn-1:after {
    background-color: #f59965;
}
.type-3 a.btn-2:after {
    background-color: #00c4eb;
}
.type-3 a.btn-3:after {
    background-color: #737478;
}
.type-3 a:after {
    content: "";
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 37px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.type-3 a:hover:after {
    right: 100%;
    width: 50%;
}

.fu_popover_Theme_blue {
    position: absolute;
    background: #c6fac0;
    z-index: 1060;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #1818b5;
    border-radius: 17.5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.fu_popover_header_Theme_blue {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    text-align: center;
    color: #333c3e;
    background-color: #57ba5b;
    border-bottom: 1px solid #ebebeb;
    border-radius: 17.5px 17.5px 0 0;
}
.fu_popover_content_Theme_blue {
    padding: 9px 14px;
}
.fu_popover_Theme_blue:after,
.fu_popover_Theme_blue:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.fu_popover_Theme_blue:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
}
.fu_popover_Theme_blue:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 11px;
}
.arrow_top_Theme_blue:after {
    left: 50%;
    bottom: 100%;
    border-bottom-color: #e1fbe0;
    margin-left: -10px;
}
.arrow_top_Theme_blue:before {
    left: 50%;
    bottom: 100%;
    border-bottom-color: #0ddb2c;
    margin-left: -11px;
}
.arrow_bottom_Theme_blue:after {
    left: 50%;
    top: 100%;
    border-top-color: #e1fbe0;
    margin-left: -10px;
}
.arrow_bottom_Theme_blue:before {
    left: 50%;
    top: 100%;
    border-top-color: #0ddb2c;
    margin-left: -11px;
}
.arrow_left_Theme_blue:after {
    right: 100%;
    top: 50%;
    border-right-color: #e1fbe0;
    margin-top: -10px;
}
.arrow_left_Theme_blue:before {
    right: 100%;
    top: 50%;
    border-right-color: #0ddb2c;
    margin-top: -11px;
}
.arrow_right_Theme_blue:after {
    left: 100%;
    top: 50%;
    border-left-color: #e1fbe0;
    margin-top: -10px;
}
.arrow_right_Theme_blue:before {
    left: 100%;
    top: 50%;
    border-left-color: #0ddb2c;
    margin-top: -11px;
}

.fu_popover_Theme_red {
    position: absolute;
    background: #f3afaf;
    z-index: 1060;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f3afaf;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.fu_popover_header_Theme_red {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #ed5d5d;
    border-bottom: 1px solid #ed5d5d;
    border-radius: 8px 8px 0 0;
}
.fu_popover_content_Theme_red {
    padding: 9px 14px;
}
.fu_popover_Theme_red:after,
.fu_popover_Theme_red:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.fu_popover_Theme_red:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
}
.fu_popover_Theme_red:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 11px;
}
.arrow_top_Theme_red:after {
    left: 50%;
    bottom: 100%;
    border-bottom-color: #f3afaf;
    margin-left: -10px;
}
.arrow_top_Theme_red:before {
    left: 50%;
    bottom: 100%;
    border-bottom-color: #f3afaf;
    margin-left: -11px;
}
.arrow_bottom_Theme_red:after {
    left: 50%;
    top: 100%;
    border-top-color: #f3afaf;
    margin-left: -10px;
}
.arrow_bottom_Theme_red:before {
    left: 50%;
    top: 100%;
    border-top-color: #f3afaf;
    margin-left: -11px;
}
.arrow_left_Theme_red:after {
    right: 100%;
    top: 50%;
    border-right-color: #f3afaf;
    margin-top: -10px;
}
.arrow_left_Theme_red:before {
    right: 100%;
    top: 50%;
    border-right-color: #f3afaf;
    margin-top: -11px;
}
.arrow_right_Theme_red:after {
    left: 100%;
    top: 50%;
    border-left-color: #f3afaf;
    margin-top: -10px;
}
.arrow_right_Theme_red:before {
    left: 100%;
    top: 50%;
    border-left-color: #f3afaf;
    margin-top: -11px;
}
